DO NOT MERGE: check torch 2.11 on the hermetic image build#323
Open
m-misiura wants to merge 6 commits into
Open
DO NOT MERGE: check torch 2.11 on the hermetic image build#323m-misiura wants to merge 6 commits into
m-misiura wants to merge 6 commits into
Conversation
Replace the multi-stage UBI9 source-build approach with AIPCC prebuilt base images. This eliminates ppc64le/s390x source builds for PyTorch and OpenBLAS, RPM-based toolchain installs, and architecture-specific wheel compilation by using prebuilt AIPCC wheels for all architectures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add model lockfile generation and prefetch setup so Dockerfile.konflux builds can run fully offline (hermetic). Update the Tekton PR pipeline to enable hermetic builds with pip prefetch for all architectures including s390x. - scripts/generate_model_lockfile.py: generates artifacts.lock.yaml from HuggingFace model repos - scripts/setup_prefetched_models.sh: sets up prefetched models from Konflux artifact cache - requirements-models.txt: model download dependencies - Tekton pipeline: enable hermetic=true, pip prefetch, s390x target Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Recompile requirements.txt using uv pip compile with the AIPCC 3.5 cpu-ubi9 index as the sole package source. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
/build-konflux |
Collaborator
Author
|
/build-konflux |
Collaborator
Author
|
/build-konflux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See if image can be built hermetically